var internal/strconv.float32info

5 uses

	internal/strconv (current package)
		atof.go#L555: 	if flt == &float32info {
		atof.go#L574: 		f, err := atofHex(s[:n], &float32info, mantissa, exp, neg, trunc)
		atof.go#L606: 	b, ovf := d.floatBits(&float32info)
		ftoa.go#L34: 	float32info = floatInfo{float32MantBits, float32ExpBits, float32Bias}
		ftoa.go#L78: 		flt = &float32info